Apple DOS 3.3 filesystem tools

as well as general Apple II utilities

--------------------------------------------------------------------------------

News

0.0.10 released 11 May 2012.
Adds support for presentations, pcx2hgr, and shape table generation. 
0.0.8 released 19 August 2009.
Added integer basic detokenizer, updated dos33 utility. 
0.0.7 released 19 August 2007.
Update asoft_detoken. Add tokenize_asoft. 
0.0.6 released 18 July 2004.
Minor bug fix. 

--------------------------------------------------------------------------------

Background

These are tools to be used on dos3.3 filesystem disk images. DOS3.3 is a filesystem used on Apple II floppy disks. There are also some generally useful Apple II utilities. 
--------------------------------------------------------------------------------

Tools Included

asoft_detoken: detokenize Applesoft BASIC programs to plain text. 
integer_detoken: detokenize Integer BASIC programs to plain text. 
dos33: A userspace tool that lets you LOAD, SAVE, LOCK, UNLOCK, CATALOG, DELETE, RENAME, UNDELETE on a disk image. 
make_b: A tool to add proper header info to a cc65 genrated binary so it can be loaded into a disk image and BRUN from there. 
mkdos33fs: makes a valid dos33 filesystem. 
tokenize_asoft: convert an ASCII text BASIC file into tokenized applesoft format 
dos33_text2ascii: Convert from Apple II text format to standard ASCII. 
pcx2hgr: Convert PCX image to an Apple II high-res image 
shape_table: Generate Apple BASIC shape table for DRAW/XDRAW 
asoft_present: Generate presentations using your Apple II

--------------------------------------------------------------------------------

Download

dos33fsprogs-0.0.10.tar.gz (100k) released 11 May 2012 
git development tree: https://github.com/deater/dos33fsprogs 

git clone git://github.com/deater/dos33fsprogs.git

--------------------------------------------------------------------------------

Documentation

README file. 
README.presenter file. 
CHANGES file. 
